GET INI KEY NAME
This function returns the name of a key in a section by a given index. The Index value ranges from 0 to INI KEY COUNT() - 1.

ARGUMENTS:
* Ini Number = a Ini number that identifies the INI file (1 to 256)
* Section Name = name of the section.
* Index = index of the key

RETURNS:
The name of the key.


SYNTAX
Return String=GET INI KEY NAME(Ini Number,Section Name,Index)


RELATED INFO
View INI Files Index
View STYX Index
View STYX Main File